home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 68 / Cine Live 68.iso / pc / Data / Interface / e2.k < prev    next >
Encoding:
Text File  |  2003-04-07  |  23.2 KB  |  1,119 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$00000193,$00000035,$0000023E,$0000038D,$FFFFFFB5,$FFFFF96B,$00000000,$00000000};
  6.         LayoutWindow is {$0000009B,$0000002A,$0000029B,$000002C6,$00000000,$0000002F,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         oBouton_Fiche29,
  43.         oBouton_Imprimer30,
  44.         oBouton_Sommaire31,
  45.         oBouton_Photos32,
  46.         oBouton_Vid_o33,
  47.         oFiche_Technique34,
  48.         oTexte_RTF35,
  49.         ovid_o36,
  50.         oglobal37
  51.     ];
  52.     Events is [
  53.         cOffscreenEvent
  54.         with Flags is $00000004; 
  55.             Commands is [
  56.                 cPixelTool_IfSystemCommand
  57.                 with Flags is $00000004; 
  58.                     Commands is [
  59.                         cSwitchURLCommand
  60.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s2m.jpg"; end,
  61.                         cDragCommand
  62.                         with Flags is $00000004; Target is ovid_o36; Mode is DragTo; X is 599; Y is 418; end,
  63.                         cGrowCommand
  64.                         with Flags is $00000004; Target is ovid_o36; Mode is GrowTo; X is 192; Y is 144; end,
  65.                         cShowCommand
  66.                         with Flags is $00000004; Target is ovid_o36; end,
  67.                         cEnableCommand
  68.                         with Flags is $00000004; Target is ovid_o36; end,
  69.                         cRunCommand
  70.                         with Flags is $00000004; Target is ovid_o36; Rewind is true; end
  71.                     ];
  72.                 end,
  73.                 cPixelTool_IfSystemCommand
  74.                 with Flags is $00000004; SetMode is IsWinTest; 
  75.                     Commands is [
  76.                         cDragCommand
  77.                         with Flags is $00000004; Target is ovid_o36; Mode is DragTo; X is 599; Y is 418; end,
  78.                         cGrowCommand
  79.                         with Flags is $00000004; Target is ovid_o36; Mode is GrowTo; X is 192; Y is 144; end,
  80.                         cShowCommand
  81.                         with Flags is $00000004; Target is ovid_o36; end,
  82.                         cEnableCommand
  83.                         with Flags is $00000004; Target is ovid_o36; end,
  84.                         cRunCommand
  85.                         with Flags is $00000004; Target is ovid_o36; Rewind is true; end
  86.                     ];
  87.                 end
  88.             ];
  89.         end,
  90.         cKeyboardEvent
  91.         with Test is IsSpace; 
  92.             Commands is [
  93.                 cRunCommand
  94.                 with Flags is $00000004; Target is ovid_o36; Mode is Toggle; end
  95.             ];
  96.         end,
  97.         cKeyboardEvent
  98.         with Value is "+"; 
  99.             Commands is [
  100.                 cSetVolumeCommand
  101.                 with Mode is ExecuteHigher; end
  102.             ];
  103.         end,
  104.         cKeyboardEvent
  105.         with Value is "-"; 
  106.             Commands is [
  107.                 cSetVolumeCommand
  108.                 with Flags is $00000004; Mode is ExecuteLower; end
  109.             ];
  110.         end,
  111.         cKeyboardEvent
  112.         with Value is "m"; 
  113.             Commands is [
  114.                 cRunCommand
  115.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  116.             ];
  117.         end
  118.     ];
  119. end;
  120.  
  121. object oFond2 is cImage
  122. with 
  123.     Flags is $00000140; 
  124.     Name is "Fond"; 
  125.     Enabled is false; Cursor is oEmptyCursor; 
  126.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  127.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  128.     
  129.     URL is "../Images/s2p.jpg"; 
  130.     
  131.     
  132.     Events is [
  133.         cOnscreenEvent
  134.         with Flags is $00000004; 
  135.             Commands is [
  136.                 cTokenCommand
  137.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  138.             ];
  139.         end
  140.     ];
  141. end;
  142.  
  143. object ob13 is cImage
  144. with 
  145.     Name is "b1"; 
  146.     Enabled is false; Shown is false; 
  147.     X is -21; Y is 170; 
  148.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  149.     
  150.     URL is "../Images/BOUTONV2.psd"; 
  151.     Bitmapped is false; Mode is 260; 
  152.     
  153. end;
  154.  
  155. object ob24 is cImage
  156. with 
  157.     Name is "b2"; 
  158.     Enabled is false; Shown is false; 
  159.     X is -21; Y is 196; 
  160.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  161.     
  162.     URL is "../Images/BOUTONV2.psd"; 
  163.     Mode is 260; 
  164.     
  165. end;
  166.  
  167. object ob35 is cImage
  168. with 
  169.     Name is "b3"; 
  170.     Enabled is false; Shown is false; 
  171.     X is -21; Y is 223; 
  172.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  173.     
  174.     URL is "../Images/BOUTONV2.psd"; 
  175.     Mode is 260; 
  176.     
  177. end;
  178.  
  179. object ob46 is cImage
  180. with 
  181.     Name is "b4"; 
  182.     Enabled is false; Shown is false; 
  183.     X is -21; Y is 249; 
  184.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  185.     
  186.     URL is "../Images/BOUTONV2.psd"; 
  187.     Mode is 260; 
  188.     
  189. end;
  190.  
  191. object ob57 is cImage
  192. with 
  193.     Name is "b5"; 
  194.     Enabled is false; Shown is false; 
  195.     X is -21; Y is 275; 
  196.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  197.     
  198.     URL is "../Images/BOUTONV2.psd"; 
  199.     Mode is 260; 
  200.     
  201. end;
  202.  
  203. object ob68 is cImage
  204. with 
  205.     Name is "b6"; 
  206.     Enabled is false; Shown is false; 
  207.     X is -21; Y is 302; 
  208.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  209.     
  210.     URL is "../Images/BOUTONV2.psd"; 
  211.     Mode is 260; 
  212.     
  213. end;
  214.  
  215. object ob79 is cImage
  216. with 
  217.     Name is "b7"; 
  218.     Enabled is false; Shown is false; 
  219.     X is -21; Y is 330; 
  220.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  221.     
  222.     URL is "../Images/BOUTONV2.psd"; 
  223.     Mode is 260; 
  224.     
  225. end;
  226.  
  227. object ob810 is cImage
  228. with 
  229.     Name is "b8"; 
  230.     Enabled is false; Shown is false; 
  231.     X is -21; Y is 355; 
  232.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  233.     
  234.     URL is "../Images/BOUTONV2.psd"; 
  235.     Mode is 260; 
  236.     
  237. end;
  238.  
  239. object ob911 is cImage
  240. with 
  241.     release Editor:
  242.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  243.     end;
  244.     Name is "b9"; 
  245.     Enabled is false; Shown is false; 
  246.     X is -21; Y is 382; 
  247.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  248.     
  249.     URL is "../Images/BOUTONV2.psd"; 
  250.     Mode is 260; 
  251.     
  252. end;
  253.  
  254. object ob1012 is cImage
  255. with 
  256.     Name is "b10"; 
  257.     Enabled is false; Shown is false; 
  258.     X is -21; Y is 408; 
  259.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  260.     
  261.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  262.     Mode is 260; 
  263.     
  264. end;
  265.  
  266. object ob1113 is cImage
  267. with 
  268.     Name is "b11"; 
  269.     Enabled is false; Shown is false; 
  270.     X is -21; Y is 436; 
  271.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  272.     
  273.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  274.     Mode is 260; 
  275.     
  276. end;
  277.  
  278. object ob1214 is cImage
  279. with 
  280.     Name is "b12"; 
  281.     Enabled is false; Shown is false; 
  282.     X is -21; Y is 462; 
  283.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  284.     
  285.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  286.     Mode is 260; 
  287.     
  288. end;
  289.  
  290. object of115 is cBox
  291. with 
  292.     Name is "f1"; 
  293.     Cursor is oFingerCursor; 
  294.     X is -1; Y is 184; 
  295.     Width is 162; Height is 27; 
  296.     
  297.     
  298.     Events is [
  299.         cMouseEnterEvent
  300.         with Flags is $00000004; 
  301.             Commands is [
  302.                 cShowCommand
  303.                 with Flags is $00000004; Target is ob13; end
  304.             ];
  305.         end,
  306.         cMouseLeaveEvent
  307.         with Flags is $00000004; 
  308.             Commands is [
  309.                 cShowCommand
  310.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  311.             ];
  312.         end,
  313.         cMouseUpEvent
  314.         with Flags is $00000004; Flag is true; 
  315.             Commands is [
  316.                 cBrowseCommand
  317.                 with Flags is $00000004; URL is "e1.k"; end
  318.             ];
  319.         end
  320.     ];
  321. end;
  322.  
  323. object of216 is cBox
  324. with 
  325.     Name is "f2"; 
  326.     Cursor is oFingerCursor; 
  327.     Y is 206; 
  328.     Width is 161; Height is 32; 
  329.     
  330.     
  331.     Events is [
  332.         cMouseEnterEvent
  333.         with 
  334.             Commands is [
  335.                 cShowCommand
  336.                 with Target is ob24; end
  337.             ];
  338.         end,
  339.         cMouseLeaveEvent
  340.         with 
  341.             Commands is [
  342.                 cShowCommand
  343.                 with Target is ob24; Mode is Clear; end
  344.             ];
  345.         end,
  346.         cMouseUpEvent
  347.         with Flag is true; 
  348.             Commands is [
  349.                 cBrowseCommand
  350.                 with URL is "e2.k"; end
  351.             ];
  352.         end
  353.     ];
  354. end;
  355.  
  356. object of317 is cBox
  357. with 
  358.     Flags is $00000150; 
  359.     Name is "f3"; 
  360.     Cursor is oFingerCursor; 
  361.     Y is 236; 
  362.     Width is 163; Height is 29; 
  363.     
  364.     
  365.     Events is [
  366.         cMouseEnterEvent
  367.         with Flags is $00000004; 
  368.             Commands is [
  369.                 cShowCommand
  370.                 with Flags is $00000004; Target is ob35; end
  371.             ];
  372.         end,
  373.         cMouseLeaveEvent
  374.         with Flags is $00000004; 
  375.             Commands is [
  376.                 cShowCommand
  377.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  378.             ];
  379.         end,
  380.         cMouseUpEvent
  381.         with Flags is $00000004; Flag is true; 
  382.             Commands is [
  383.                 cBrowseCommand
  384.                 with Flags is $00000004; URL is "e3.k"; end
  385.             ];
  386.         end
  387.     ];
  388. end;
  389.  
  390. object of418 is cBox
  391. with 
  392.     Name is "f4"; 
  393.     Cursor is oFingerCursor; 
  394.     Y is 262; 
  395.     Width is 161; Height is 28; 
  396.     
  397.     
  398.     Events is [
  399.         cMouseEnterEvent
  400.         with 
  401.             Commands is [
  402.                 cShowCommand
  403.                 with Target is ob46; end
  404.             ];
  405.         end,
  406.         cMouseLeaveEvent
  407.         with 
  408.             Commands is [
  409.                 cShowCommand
  410.                 with Target is ob46; Mode is Clear; end
  411.             ];
  412.         end,
  413.         cMouseUpEvent
  414.         with Flag is true; 
  415.             Commands is [
  416.                 cBrowseCommand
  417.                 with URL is "e4.k"; end
  418.             ];
  419.         end
  420.     ];
  421. end;
  422.  
  423. object of519 is cBox
  424. with 
  425.     Name is "f5"; 
  426.     Cursor is oFingerCursor; 
  427.     Y is 291; 
  428.     Width is 162; Height is 26; 
  429.     
  430.     
  431.     Events is [
  432.         cMouseEnterEvent
  433.         with 
  434.             Commands is [
  435.                 cShowCommand
  436.                 with Target is ob57; end
  437.             ];
  438.         end,
  439.         cMouseLeaveEvent
  440.         with 
  441.             Commands is [
  442.                 cShowCommand
  443.                 with Target is ob57; Mode is Clear; end
  444.             ];
  445.         end,
  446.         cMouseUpEvent
  447.         with Flag is true; 
  448.             Commands is [
  449.                 cBrowseCommand
  450.                 with URL is "e5.k"; end
  451.             ];
  452.         end
  453.     ];
  454. end;
  455.  
  456. object of620 is cBox
  457. with 
  458.     Flags is $00000150; 
  459.     Name is "f6"; 
  460.     Cursor is oFingerCursor; 
  461.     Y is 317; 
  462.     Width is 161; Height is 26; 
  463.     
  464.     
  465.     Events is [
  466.         cMouseEnterEvent
  467.         with Flags is $00000004; 
  468.             Commands is [
  469.                 cShowCommand
  470.                 with Flags is $00000004; Target is ob68; end
  471.             ];
  472.         end,
  473.         cMouseLeaveEvent
  474.         with Flags is $00000004; 
  475.             Commands is [
  476.                 cShowCommand
  477.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  478.             ];
  479.         end,
  480.         cMouseUpEvent
  481.         with Flags is $00000004; Flag is true; 
  482.             Commands is [
  483.                 cBrowseCommand
  484.                 with Flags is $00000004; URL is "e6.k"; end
  485.             ];
  486.         end
  487.     ];
  488. end;
  489.  
  490. object of721 is cBox
  491. with 
  492.     Name is "f7"; 
  493.     Cursor is oFingerCursor; 
  494.     X is -1; Y is 344; 
  495.     Width is 163; Height is 28; 
  496.     
  497.     
  498.     Events is [
  499.         cMouseEnterEvent
  500.         with 
  501.             Commands is [
  502.                 cShowCommand
  503.                 with Target is ob79; end
  504.             ];
  505.         end,
  506.         cMouseLeaveEvent
  507.         with 
  508.             Commands is [
  509.                 cShowCommand
  510.                 with Target is ob79; Mode is Clear; end
  511.             ];
  512.         end,
  513.         cMouseUpEvent
  514.         with Flag is true; 
  515.             Commands is [
  516.                 cBrowseCommand
  517.                 with URL is "e7.k"; end
  518.             ];
  519.         end
  520.     ];
  521. end;
  522.  
  523. object of822 is cBox
  524. with 
  525.     Name is "f8"; 
  526.     Cursor is oFingerCursor; 
  527.     Y is 371; 
  528.     Width is 158; Height is 27; 
  529.     
  530.     
  531.     Events is [
  532.         cMouseEnterEvent
  533.         with 
  534.             Commands is [
  535.                 cShowCommand
  536.                 with Target is ob810; end
  537.             ];
  538.         end,
  539.         cMouseLeaveEvent
  540.         with 
  541.             Commands is [
  542.                 cShowCommand
  543.                 with Target is ob810; Mode is Clear; end
  544.             ];
  545.         end,
  546.         cMouseUpEvent
  547.         with Flag is true; 
  548.             Commands is [
  549.                 cBrowseCommand
  550.                 with URL is "e8.k"; end
  551.             ];
  552.         end
  553.     ];
  554. end;
  555.  
  556. object of923 is cBox
  557. with 
  558.     Flags is $00000150; 
  559.     Name is "f9"; 
  560.     Cursor is oFingerCursor; 
  561.     Y is 398; 
  562.     Width is 159; Height is 26; 
  563.     
  564.     
  565.     Events is [
  566.         cMouseEnterEvent
  567.         with Flags is $00000004; 
  568.             Commands is [
  569.                 cShowCommand
  570.                 with Flags is $00000004; Target is ob911; end
  571.             ];
  572.         end,
  573.         cMouseLeaveEvent
  574.         with Flags is $00000004; 
  575.             Commands is [
  576.                 cShowCommand
  577.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  578.             ];
  579.         end,
  580.         cMouseUpEvent
  581.         with Flags is $00000004; Flag is true; 
  582.             Commands is [
  583.                 cBrowseCommand
  584.                 with Flags is $00000004; URL is "e9.k"; end
  585.             ];
  586.         end
  587.     ];
  588. end;
  589.  
  590. object of1024 is cBox
  591. with 
  592.     Name is "f10"; 
  593.     Cursor is oFingerCursor; 
  594.     X is 1; Y is 420; 
  595.     Width is 160; Height is 37; 
  596.     
  597.     
  598.     Events is [
  599.         cMouseEnterEvent
  600.         with 
  601.             Commands is [
  602.                 cShowCommand
  603.                 with Target is ob1012; end
  604.             ];
  605.         end,
  606.         cMouseLeaveEvent
  607.         with 
  608.             Commands is [
  609.                 cShowCommand
  610.                 with Target is ob1012; Mode is Clear; end
  611.             ];
  612.         end,
  613.         cMouseUpEvent
  614.         with Flag is true; 
  615.             Commands is [
  616.                 cBrowseCommand
  617.                 with URL is "e10.k"; end
  618.             ];
  619.         end
  620.     ];
  621. end;
  622.  
  623. object of1125 is cBox
  624. with 
  625.     Flags is $00000150; 
  626.     Name is "f11"; 
  627.     Cursor is oFingerCursor; 
  628.     X is 1; Y is 450; 
  629.     Width is 162; Height is 28; 
  630.     
  631.     
  632.     Events is [
  633.         cMouseEnterEvent
  634.         with Flags is $00000004; 
  635.             Commands is [
  636.                 cShowCommand
  637.                 with Flags is $00000004; Target is ob1113; end
  638.             ];
  639.         end,
  640.         cMouseLeaveEvent
  641.         with Flags is $00000004; 
  642.             Commands is [
  643.                 cShowCommand
  644.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  645.             ];
  646.         end,
  647.         cMouseUpEvent
  648.         with Flags is $00000004; Flag is true; 
  649.             Commands is [
  650.                 cBrowseCommand
  651.                 with Flags is $00000004; URL is "e11.k"; end
  652.             ];
  653.         end
  654.     ];
  655. end;
  656.  
  657. object of1226 is cBox
  658. with 
  659.     Flags is $00000150; 
  660.     Name is "f12"; 
  661.     Cursor is oFingerCursor; 
  662.     X is 1; Y is 476; 
  663.     Width is 162; Height is 28; 
  664.     
  665.     
  666.     Events is [
  667.         cMouseEnterEvent
  668.         with Flags is $00000004; 
  669.             Commands is [
  670.                 cShowCommand
  671.                 with Flags is $00000004; Target is ob1214; end
  672.             ];
  673.         end,
  674.         cMouseLeaveEvent
  675.         with Flags is $00000004; 
  676.             Commands is [
  677.                 cShowCommand
  678.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  679.             ];
  680.         end,
  681.         cMouseUpEvent
  682.         with Flags is $00000004; Flag is true; 
  683.             Commands is [
  684.                 cBrowseCommand
  685.                 with Flags is $00000004; URL is "e12.k"; end
  686.             ];
  687.         end
  688.     ];
  689. end;
  690.  
  691. object oInternet27 is cBox
  692. with 
  693.     Flags is $00000154; 
  694.     Name is "Internet"; 
  695.     Cursor is oEarthCursor; 
  696.     X is 259; Y is 539; 
  697.     Width is 196; Height is 19; 
  698.     
  699.     
  700.     Events is [
  701.         cMouseUpEvent
  702.         with Flags is $00000004; Flag is true; 
  703.             Commands is [
  704.                 cLaunchCommand
  705.                 with Flags is $00000004; URL is "http://office-kitano.co.jp/dolls/top.html"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  706.             ];
  707.         end
  708.     ];
  709. end;
  710.  
  711. object ol128 is cBox
  712. with 
  713.     Flags is $00000150; 
  714.     release Editor:
  715.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  716.     end;
  717.     Name is "l1"; 
  718.     Cursor is oFingerCursor; 
  719.     X is 260; Y is 500; 
  720.     Width is 80; Height is 16; 
  721.     
  722.     
  723.     Events is [
  724.         cMouseUpEvent
  725.         with Flags is $00000004; Flag is true; 
  726.             Commands is [
  727.                 cIfCookieCommand
  728.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  729.                     Commands is [
  730.                         cTokenCommand
  731.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  732.                     ];
  733.                 end,
  734.                 cBrowseCommand
  735.                 with Flags is $00000004; URL is "f13.k"; end
  736.             ];
  737.         end
  738.     ];
  739. end;
  740.  
  741. object oBouton_Fiche29 is cImage
  742. with 
  743.     Name is "Bouton Fiche"; 
  744.     Shown is false; Cursor is oFingerCursor; 
  745.     X is 167; Y is 573; 
  746.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  747.     
  748.     URL is "../Images/%E9cran%20fiche.jpg"; 
  749.     
  750.     
  751.     Events is [
  752.         cMouseEnterEvent
  753.         with 
  754.             Commands is [
  755.                 cShowCommand
  756.                 with Target is oTargetSelf; end
  757.             ];
  758.         end,
  759.         cMouseLeaveEvent
  760.         with 
  761.             Commands is [
  762.                 cShowCommand
  763.                 with Target is oTargetSelf; Mode is Clear; end
  764.             ];
  765.         end,
  766.         cMouseUpEvent
  767.         with Flag is true; 
  768.             Commands is [
  769.                 cShowCommand
  770.                 with Target is oFiche_Technique34; Mode is Toggle; end,
  771.                 cEnableCommand
  772.                 with Target is oFiche_Technique34; Mode is Toggle; end
  773.             ];
  774.         end
  775.     ];
  776. end;
  777.  
  778. object oBouton_Imprimer30 is cImage
  779. with 
  780.     Flags is $00000150; 
  781.     Name is "Bouton Imprimer"; 
  782.     Shown is false; Cursor is oFingerCursor; 
  783.     X is 321; Y is 573; 
  784.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  785.     
  786.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  787.     
  788.     
  789.     Events is [
  790.         cMouseEnterEvent
  791.         with Flags is $00000004; 
  792.             Commands is [
  793.                 cShowCommand
  794.                 with Flags is $00000004; Target is oTargetSelf; end
  795.             ];
  796.         end,
  797.         cMouseLeaveEvent
  798.         with Flags is $00000004; 
  799.             Commands is [
  800.                 cShowCommand
  801.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  802.             ];
  803.         end,
  804.         cMouseUpEvent
  805.         with Flags is $00000004; Flag is true; 
  806.             Commands is [
  807.                 cPrintCommand
  808.                 with Target is oTexte_RTF35; end
  809.             ];
  810.         end
  811.     ];
  812. end;
  813.  
  814. object oBouton_Sommaire31 is cImage
  815. with 
  816.     Name is "Bouton Sommaire"; 
  817.     Shown is false; Cursor is oFingerCursor; 
  818.     X is 13; Y is 573; 
  819.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  820.     
  821.     URL is "../Images/%E9cran%20somm.jpg"; 
  822.     
  823.     
  824.     Events is [
  825.         cMouseEnterEvent
  826.         with 
  827.             Commands is [
  828.                 cShowCommand
  829.                 with Target is oTargetSelf; end
  830.             ];
  831.         end,
  832.         cMouseLeaveEvent
  833.         with 
  834.             Commands is [
  835.                 cShowCommand
  836.                 with Target is oTargetSelf; Mode is Clear; end
  837.             ];
  838.         end,
  839.         cMouseUpEvent
  840.         with Flag is true; 
  841.             Commands is [
  842.                 cIfCookieCommand
  843.                 with CookieName is "zique"; Value is "oui"; 
  844.                     Commands is [
  845.                         cTokenCommand
  846.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  847.                     ];
  848.                 end,
  849.                 cBrowseCommand
  850.                 with URL is "sommaire.k"; end
  851.             ];
  852.         end
  853.     ];
  854. end;
  855.  
  856. object oBouton_Photos32 is cImage
  857. with 
  858.     Flags is $00000110; 
  859.     Name is "Bouton Photos"; 
  860.     Shown is false; Cursor is oFingerCursor; 
  861.     X is 475; Y is 573; 
  862.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  863.     
  864.     URL is "../Images/%E9cran%20photo.jpg"; 
  865.     
  866.     
  867.     Events is [
  868.         cMouseEnterEvent
  869.         with Flags is $00000004; 
  870.             Commands is [
  871.                 cShowCommand
  872.                 with Flags is $00000004; Target is oTargetSelf; end
  873.             ];
  874.         end,
  875.         cMouseLeaveEvent
  876.         with Flags is $00000004; 
  877.             Commands is [
  878.                 cShowCommand
  879.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  880.             ];
  881.         end,
  882.         cMouseUpEvent
  883.         with Flags is $00000004; Flag is true; 
  884.             Commands is [
  885.                 cBrowseCommand
  886.                 with URL is "e2s.k"; end
  887.             ];
  888.         end
  889.     ];
  890. end;
  891.  
  892. object oBouton_Vid_o33 is cImage
  893. with 
  894.     Flags is $00000150; 
  895.     Name is "Bouton Vid\$E9o"; 
  896.     Shown is false; Cursor is oFingerCursor; 
  897.     X is 629; Y is 573; 
  898.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  899.     
  900.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  901.     
  902.     
  903.     Events is [
  904.         cMouseEnterEvent
  905.         with Flags is $00000004; 
  906.             Commands is [
  907.                 cShowCommand
  908.                 with Flags is $00000004; Target is oTargetSelf; end
  909.             ];
  910.         end,
  911.         cMouseLeaveEvent
  912.         with Flags is $00000004; 
  913.             Commands is [
  914.                 cShowCommand
  915.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  916.             ];
  917.         end,
  918.         cMouseUpEvent
  919.         with Flags is $00000004; Flag is true; 
  920.             Commands is [
  921.                 cRunCommand
  922.                 with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  923.                 cEnableCommand
  924.                 with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  925.                 cShowCommand
  926.                 with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  927.                 cDragCommand
  928.                 with Flags is $00000004; Target is ovid_o36; Mode is DragTo; end,
  929.                 cGrowCommand
  930.                 with Flags is $00000004; Target is ovid_o36; Mode is GrowTo; X is 800; Y is 600; end,
  931.                 cShowCommand
  932.                 with Flags is $00000004; Target is ovid_o36; end,
  933.                 cEnableCommand
  934.                 with Flags is $00000004; Target is ovid_o36; end,
  935.                 cRunCommand
  936.                 with Flags is $00000004; Target is ovid_o36; Rewind is true; end,
  937.                 cEnableCommand
  938.                 with Flags is $00000004; Target is oglobal37; end
  939.             ];
  940.         end
  941.     ];
  942. end;
  943.  
  944. object oFiche_Technique34 is cImage
  945. with 
  946.     Flags is $00000150; 
  947.     Name is "Fiche Technique"; 
  948.     Region is {$FFFF000A,$00010000,$01AC0188};
  949.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  950.     X is 132; Y is 41; 
  951.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  952.     
  953.     URL is "../Images/t2.jpg"; 
  954.     
  955.     
  956.     Events is [
  957.         cMouseUpEvent
  958.         with Flags is $00000004; Flag is true; 
  959.             Commands is [
  960.                 cShowCommand
  961.                 with Flags is $00000004; Target is oFiche_Technique34; Mode is Clear; end,
  962.                 cEnableCommand
  963.                 with Flags is $00000004; Target is oFiche_Technique34; Mode is Clear; end
  964.             ];
  965.         end
  966.     ];
  967. end;
  968.  
  969. object oTexte_RTF35 is cRTFText
  970. with 
  971.     Flags is $00000550; 
  972.     Name is "Texte RTF"; 
  973.     Enabled is false; Shown is false; 
  974.     Y is -160; 
  975.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  976.     
  977.     URL is "../Textes/s2.rtf"; 
  978.     
  979.     
  980. end;
  981.  
  982. object ovid_o36 is cMPEGMovie
  983. with 
  984.     Flags is $00000154; 
  985.     Name is "vid\$E9o"; 
  986.     Shown is false; Cursor is oFingerCursor; 
  987.     X is 599; Y is 418; 
  988.     Width is 192; Height is 144; 
  989.     
  990.     URL is "../Videos/s2.mpg"; 
  991.     Events is [
  992.         cMouseUpEvent
  993.         with Flags is $00000004; Flag is true; 
  994.             Commands is [
  995.                 cRunCommand
  996.                 with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  997.                 cEnableCommand
  998.                 with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  999.                 cShowCommand
  1000.                 with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  1001.                 cDragCommand
  1002.                 with Flags is $00000004; Target is ovid_o36; Mode is DragTo; end,
  1003.                 cGrowCommand
  1004.                 with Flags is $00000004; Target is ovid_o36; Mode is GrowTo; X is 800; Y is 600; end,
  1005.                 cShowCommand
  1006.                 with Flags is $00000004; Target is ovid_o36; end,
  1007.                 cEnableCommand
  1008.                 with Flags is $00000004; Target is ovid_o36; end,
  1009.                 cRunCommand
  1010.                 with Flags is $00000004; Target is ovid_o36; Rewind is true; end,
  1011.                 cEnableCommand
  1012.                 with Flags is $00000004; Target is oglobal37; end
  1013.             ];
  1014.         end,
  1015.         cFinishedEvent
  1016.         with Flags is $00000004; 
  1017.             Commands is [
  1018.                 cPixelTool_IfSystemCommand
  1019.                 with Flags is $00000004; 
  1020.                     Commands is [
  1021.                         cDragCommand
  1022.                         with Flags is $00000004; Target is ovid_o36; Mode is DragTo; X is 599; Y is 418; end,
  1023.                         cGrowCommand
  1024.                         with Flags is $00000004; Target is ovid_o36; Mode is GrowTo; X is 192; Y is 144; end,
  1025.                         cEnableCommand
  1026.                         with Flags is $00000004; Target is oglobal37; Mode is Clear; end,
  1027.                         cShowCommand
  1028.                         with Flags is $00000004; Target is ovid_o36; end,
  1029.                         cEnableCommand
  1030.                         with Flags is $00000004; Target is ovid_o36; end,
  1031.                         cRunCommand
  1032.                         with Flags is $00000004; Target is ovid_o36; Rewind is true; end
  1033.                     ];
  1034.                 end,
  1035.                 cPixelTool_IfSystemCommand
  1036.                 with Flags is $00000004; SetMode is IsWinTest; 
  1037.                     Commands is [
  1038.                         cDragCommand
  1039.                         with Flags is $00000004; Target is ovid_o36; Mode is DragTo; X is 599; Y is 418; end,
  1040.                         cGrowCommand
  1041.                         with Flags is $00000004; Target is ovid_o36; Mode is GrowTo; X is 192; Y is 144; end,
  1042.                         cEnableCommand
  1043.                         with Flags is $00000004; Target is oglobal37; Mode is Clear; end,
  1044.                         cShowCommand
  1045.                         with Flags is $00000004; Target is ovid_o36; end,
  1046.                         cEnableCommand
  1047.                         with Flags is $00000004; Target is ovid_o36; end,
  1048.                         cRunCommand
  1049.                         with Flags is $00000004; Target is ovid_o36; Rewind is true; end
  1050.                     ];
  1051.                 end
  1052.             ];
  1053.         end
  1054.     ];
  1055. end;
  1056.  
  1057. object oglobal37 is cBox
  1058. with 
  1059.     Flags is $00000154; 
  1060.     Name is "global"; 
  1061.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1062.     
  1063.     Width is 800; Height is 600; 
  1064.     
  1065.     
  1066.     Events is [
  1067.         cMouseUpEvent
  1068.         with Flags is $00000004; Flag is true; 
  1069.             Commands is [
  1070.                 cPixelTool_IfSystemCommand
  1071.                 with Flags is $00000004; 
  1072.                     Commands is [
  1073.                         cShowCommand
  1074.                         with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  1075.                         cRunCommand
  1076.                         with Flags is $00000004; Target is ovid_o36; Mode is Clear; Rewind is true; end,
  1077.                         cEnableCommand
  1078.                         with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  1079.                         cEnableCommand
  1080.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1081.                         cDragCommand
  1082.                         with Flags is $00000004; Target is ovid_o36; Mode is DragTo; X is 599; Y is 418; end,
  1083.                         cGrowCommand
  1084.                         with Flags is $00000004; Target is ovid_o36; Mode is GrowTo; X is 192; Y is 144; end,
  1085.                         cShowCommand
  1086.                         with Flags is $00000004; Target is ovid_o36; end,
  1087.                         cRunCommand
  1088.                         with Flags is $00000004; Target is ovid_o36; Rewind is true; end,
  1089.                         cEnableCommand
  1090.                         with Flags is $00000004; Target is ovid_o36; end
  1091.                     ];
  1092.                 end,
  1093.                 cPixelTool_IfSystemCommand
  1094.                 with Flags is $00000004; SetMode is IsWinTest; 
  1095.                     Commands is [
  1096.                         cShowCommand
  1097.                         with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  1098.                         cRunCommand
  1099.                         with Flags is $00000004; Target is ovid_o36; Mode is Clear; Rewind is true; end,
  1100.                         cEnableCommand
  1101.                         with Flags is $00000004; Target is ovid_o36; Mode is Clear; end,
  1102.                         cEnableCommand
  1103.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1104.                         cDragCommand
  1105.                         with Flags is $00000004; Target is ovid_o36; Mode is DragTo; X is 599; Y is 418; end,
  1106.                         cGrowCommand
  1107.                         with Flags is $00000004; Target is ovid_o36; Mode is GrowTo; X is 192; Y is 144; end,
  1108.                         cShowCommand
  1109.                         with Flags is $00000004; Target is ovid_o36; end,
  1110.                         cRunCommand
  1111.                         with Flags is $00000004; Target is ovid_o36; Rewind is true; end,
  1112.                         cEnableCommand
  1113.                         with Flags is $00000004; Target is ovid_o36; end
  1114.                     ];
  1115.                 end
  1116.             ];
  1117.         end
  1118.     ];
  1119. end;